Name | Dynamic Label GUI Element |
Description | Dynamic labels work similarly to Label GUI Elements, but with dynamically updating text; they have a UI type of "dynamic_label".
The text, including tags, is parsed every frame. With complex/otherwise computationally expensive tags, you should usually prefer using your own system for updating the text, to avoid performance issues due to rapid parsing of such tags. |
Group | GUI System |
Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/containers/gui/elements/DynamicLabelElement.java#L21 |